home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / toku3 / httrack-3.32-2.exe / {app} / src_win / WinHTTrack / HtmlFrm.h < prev    next >
C/C++ Source or Header  |  2001-10-28  |  951b  |  35 lines

  1. // mainfrm.h : interface of the CHtmlFrame class
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13.  
  14.  
  15. #ifndef __AFXEXT_H__
  16. #include <afxext.h>         // for access to CToolBar and CStatusBar
  17. #endif
  18.  
  19. class CHtmlFrame : public CMDIFrameWnd
  20. {
  21.     DECLARE_DYNCREATE(CHtmlFrame)
  22.  
  23. protected:
  24.     CStatusBar  m_wndStatusBar;
  25. //    CToolBar    m_wndToolBar;
  26.  
  27. protected:
  28.     //{{AFX_MSG(CHtmlFrame)
  29.     afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  30.     //}}AFX_MSG
  31.     DECLARE_MESSAGE_MAP()
  32. };
  33.  
  34. /////////////////////////////////////////////////////////////////////////////
  35.